home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 3 / Info_Mac_1994-01.iso / Science / Gnuplot 3.5 / docs / latextut / Makefile < prev    next >
Makefile  |  1993-11-03  |  802b  |  49 lines

  1. # Generated automatically from Makefile.in by configure.
  2. # Makefile for gnuplot LaTeX tutorial
  3. # To make the manual from scratch, we run latex two times
  4.  
  5. .NOEXPORT:
  6. SHELL = /bin/sh
  7.  
  8. srcdir = .
  9. VPATH = .
  10.  
  11. prefix = /usr/local
  12. exec_prefix = $(prefix)
  13. bindir = $(exec_prefix)/bin
  14. datadir = $(prefix)/lib
  15. mandir = $(prefix)/man
  16.  
  17. all: tutorial.dvi done
  18.  
  19. done:
  20.     latex tutorial
  21.     echo > done
  22.  
  23. # To touch it up after changes:
  24. remake: tutorial.dvi
  25.  
  26. # Always runs latex, e.g., to get labels right
  27. force:
  28.     latex tutorial
  29.  
  30. tutorial.dvi: eg1.tex eg2.tex eg3.tex eg4.tex eg5.tex eg6.tex linepoin.tex \
  31.     tutorial.tex header.tex
  32.     latex tutorial
  33.     rm -f done
  34.  
  35. .SUFFIXES: .tex .plt
  36.  
  37. .plt.tex:
  38.     gnuplot $<
  39.  
  40. clean:
  41.     rm -f *.log eg?.tex linepoin.tex
  42.  
  43. mostlyclean: clean
  44.  
  45. distclean: clean
  46.     rm -f Makefile
  47.  
  48. realclean: distclean
  49.